3.4.84 \(\int \frac {(f+g x^{-2 n})^2 \log ^q(c (d+e x^n)^p)}{x} \, dx\) [384]

Optimal. Leaf size=32 \[ \text {Int}\left (\frac {\left (f+g x^{-2 n}\right )^2 \log ^q\left (c \left (d+e x^n\right )^p\right )}{x},x\right ) \]

[Out]

Unintegrable((f+g/(x^(2*n)))^2*ln(c*(d+e*x^n)^p)^q/x,x)

________________________________________________________________________________________

Rubi [A]
time = 0.07, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \frac {\left (f+g x^{-2 n}\right )^2 \log ^q\left (c \left (d+e x^n\right )^p\right )}{x} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[((f + g/x^(2*n))^2*Log[c*(d + e*x^n)^p]^q)/x,x]

[Out]

Defer[Int][((f + g/x^(2*n))^2*Log[c*(d + e*x^n)^p]^q)/x, x]

Rubi steps

\begin {align*} \int \frac {\left (f+g x^{-2 n}\right )^2 \log ^q\left (c \left (d+e x^n\right )^p\right )}{x} \, dx &=\int \frac {\left (f+g x^{-2 n}\right )^2 \log ^q\left (c \left (d+e x^n\right )^p\right )}{x} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.22, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {\left (f+g x^{-2 n}\right )^2 \log ^q\left (c \left (d+e x^n\right )^p\right )}{x} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[((f + g/x^(2*n))^2*Log[c*(d + e*x^n)^p]^q)/x,x]

[Out]

Integrate[((f + g/x^(2*n))^2*Log[c*(d + e*x^n)^p]^q)/x, x]

________________________________________________________________________________________

Maple [A]
time = 0.35, size = 0, normalized size = 0.00 \[\int \frac {\left (f +g \,x^{-2 n}\right )^{2} \ln \left (c \left (d +e \,x^{n}\right )^{p}\right )^{q}}{x}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((f+g/(x^(2*n)))^2*ln(c*(d+e*x^n)^p)^q/x,x)

[Out]

int((f+g/(x^(2*n)))^2*ln(c*(d+e*x^n)^p)^q/x,x)

________________________________________________________________________________________

Maxima [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: RuntimeError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f+g/(x^(2*n)))^2*log(c*(d+e*x^n)^p)^q/x,x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: In function CAR, the value of the first argument is  0which is not
 of the expected type LIST

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f+g/(x^(2*n)))^2*log(c*(d+e*x^n)^p)^q/x,x, algorithm="fricas")

[Out]

integral((f^2*x^(4*n) + 2*f*g*x^(2*n) + g^2)*log((x^n*e + d)^p*c)^q/(x*x^(4*n)), x)

________________________________________________________________________________________

Sympy [F(-1)] Timed out
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Timed out} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f+g/(x**(2*n)))**2*ln(c*(d+e*x**n)**p)**q/x,x)

[Out]

Timed out

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((f+g/(x^(2*n)))^2*log(c*(d+e*x^n)^p)^q/x,x, algorithm="giac")

[Out]

integrate((f + g/x^(2*n))^2*log((x^n*e + d)^p*c)^q/x, x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.03 \begin {gather*} \int \frac {{\ln \left (c\,{\left (d+e\,x^n\right )}^p\right )}^q\,{\left (f+\frac {g}{x^{2\,n}}\right )}^2}{x} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((log(c*(d + e*x^n)^p)^q*(f + g/x^(2*n))^2)/x,x)

[Out]

int((log(c*(d + e*x^n)^p)^q*(f + g/x^(2*n))^2)/x, x)

________________________________________________________________________________________